-- card: 32229 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 2577 -- name: nuname -- part 1 (button) -- low flags: 00 -- high flags: A003 -- rect: left=189 top=199 right=221 bottom=261 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Add Sheet ----- HyperTalk script ----- on mouseUp set the cursor to 4 set lockScreen to true put the userLevel into saveLevel if the userLevel <5 then set userLevel to 5 if the userLevel <5 then exit mouseUp get the ID of this card put the ID of this card into idno get the short name of this card set the name of this card to nuname go to card id 9861 doMenu "Copy Card" go to card idno doMenu "Paste Card" set the name of this card to nuname go to card idno doMenu "Delete Card" go to card idno set userLevel to saveLevel set lockScreen to false visual effect dissolve slow end mouseUp